body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #f1ededa1;
    overflow: hidden;
    padding: 10px 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-brand img {
    height: 40px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar a:hover {
    color: #f36623;
}

.menu li {
    display: inline-block;
    margin-right: 40px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu a {
    text-decoration: none;
    color: #58595b;
}

.menu_social img {
    height: 30px;
    margin-left: 2px;
}

#escritorio {
    background-image: url('https://www.rfaa.com.br/wp-content/uploads/2021/05/background_atuacao_rfaa.jpg');
    background-size: cover;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.topic {
    margin-bottom: 30px;
}

.topic #titulo {
    font-size: 24px;
    color: #333;
}

.pre-form {
    font-size: 16px;
    color: #58595b;
}

.form {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: 0 auto;
}

.sub {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.footer {
    background-color: #333; 
    color: white;
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    }

    .copyrigth_text {
        text-align: justify;
        width: 100%;
    }
    

.explain{
    text-align: justify;
    width: 100%;
    color:#000000;
    font-size: 14px;
}

.titulo{
    text-align: center;
    width: 100%;
    color:#474645;
}

.title{
    text-align: center;
    width: 100%;
    color:#000000;
    font-size: 16px;
    font-weight: bold;

}

.terms{
    text-align: justify;
    width: 100%;
    color:#58595b;
    font-size: 10px;
}

.obs{
    text-align: justify;
    width: 100%;
    color:#000000;
    font-size: 14px;
}

.formulario {
    border-radius: 8px;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}


.formulario input[type="text"],
.formulario input[type="email"],
.formulario input[type="tel"],
.formulario select{
    background: #FAFAFC;
    width: 100%;
    padding: 0 24px;
    margin: 6px 0;
    border: 1px solid #E6E6F0;
    border-radius: 8px;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 14px;
    height: 56px;
}

.formulario textarea{
    background: #FAFAFC;
    width: 100%;
    padding: 0 24px;
    margin: 6px 0;
    border: 1px solid #E6E6F0;
    border-radius: 8px;
    box-sizing: border-box;
    line-height: 26px;
    font-size: 14px;
    height: 200px;
}

.a {
    background-color: #f36623;
    color: white;
    padding: 20px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.a:hover {
    background-color: #45a049;
}

.form-controls {
    text-align: center;
}

.formulario select,
.formulario textarea {
    resize: vertical;
}
.question {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    color: #f36623;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.answer {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: justify;
}

.li{
    font-size: 14px;
    margin-bottom: 10px;
}

il li::before {
    content: url(https://www.rfaa.com.br/wp-content/themes/rfaa_novo/images/bullet_menor_cor3.svg);
    margin-right: 5px;
}

